home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / ClickNslide.swf / scripts / DefineSprite_148 / frame_23 / DoAction.as
Text File  |  2001-07-14  |  105b  |  8 lines

  1. textframe++;
  2. if(4 < textframe)
  3. {
  4.    textframe = 1;
  5. }
  6. text.gotoAndStop(textframe);
  7. gotoAndPlay(1);
  8.